@font-face {
  font-family: symFont;
  src: url('SourceHanSansCN-Medium.otf');
}
@font-face {
  font-family: syFont;
  src: url('SourceHanSansCN-Normal.otf');
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 5px 2px #0b0b0b;
}
.header-wrapper .header-top-wrapper {
  background: #FFFFFF;
}
.header-wrapper .header-top-wrapper .header-top {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-wrapper .header-top-wrapper .header-top p {
  font-size: 13px;
  color: #22252A;
  margin-left: 40px;
}
.header-wrapper .header-menu {
  background-color: #2c2c2c;
}
.header-wrapper .header-menu .header {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header-menu .header .logo {
  width: 107px;
  height: 26px;
}
.header-wrapper .header-menu .header .menu-list {
  display: flex;
  align-items: center;
}
.header-wrapper .header-menu .header .menu-list .menu-item {
  margin-left: 34px;
  position: relative;
  line-height: 82px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.header-wrapper .header-menu .header .menu-list .menu-item:hover .sub-menu {
  display: block;
}
.header-wrapper .header-menu .header .menu-list .menu-item .sub-menu {
  display: none;
  width: 138px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background-color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  animation-name: frames;
  animation-duration: 100ms;
  animation-timing-function: linear;
  text-shadow: none;
  overflow: hidden;
}
.header-wrapper .header-menu .header .menu-list .menu-item .sub-menu .sub-menu-item {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #777;
  text-align: center;
  overflow: hidden;
}
.header-wrapper .header-menu .header .menu-list .menu-item .sub-menu .sub-menu-item:hover {
  color: #000;
}
.header-wrapper .header-menu .header .menu-list .menu-item a,
.header-wrapper .header-menu .header .menu-list .menu-item p {
  font-size: 14px;
  color: #FFFFFF;
}
@keyframes frames {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}
.nav-link {
  display: inline-block;
  color: #000;
}
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
.footer-wrapper {
  background-color: #22252A;
  padding-top: 62px;
}
.footer-wrapper .footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-wrapper .footer .footer-menu {
  display: flex;
}
.footer-wrapper .footer .footer-menu dl {
  margin-right: 60px;
}
.footer-wrapper .footer .footer-menu dl dt {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.footer-wrapper .footer .footer-menu dl dt a {
  font-size: 24px;
  color: #FFFFFF;
}
.footer-wrapper .footer .footer-menu dl dd a {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 27px;
}
.footer-wrapper .footer .footer-code .code-title {
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 34px;
  text-align: center;
}
.footer-wrapper .footer .footer-code .code-list {
  display: flex;
}
.footer-wrapper .footer .footer-code .code-list .code-item {
  margin-left: 13px;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
}
.footer-wrapper .footer .footer-code .code-list .code-item .code {
  display: block;
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  background-color: #fff;
}
.footer-wrapper .footer-bottom {
  margin-top: 115px;
  line-height: 46px;
  background: #484646;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer-bottom a {
  color: #fff;
}
.footer-wrapper .footer-bottom img {
  margin-left: 8px;
  width: 20px;
}
.index {
  margin-top: 122px;
  min-width: 1200px;
}
.index .brand-wrapper {
  position: relative;
}
.index .brand-wrapper .bg {
  display: block;
  width: 100%;
  height: auto;
}
.index .brand-wrapper h3 {
  font-size: 50px;
  color: #FFFFFF;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.index .brand-wrapper p {
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
}
.index .brand-wrapper .btn {
  width: 179px;
  height: 46px;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  /*CSS*/
  background: linear-gradient(0, #fff 1px, #fff 1px) no-repeat, linear-gradient(-90deg, #fff 1px, #fff 1px) no-repeat, linear-gradient(-180deg, #fff 1px, #fff 1px) no-repeat, linear-gradient(-270deg, #fff 1px, #fff 1px) no-repeat;
  background-size: 100% 1px,  1px 100%, 100% 1px, 1px 100%;
  background-position: left top, right top, right bottom, left bottom;
  transition: ease-in 0.3s;
}
.index .brand-wrapper .btn:hover {
  background-size: 0 1px, 1px 0, 0 1px, 1px 0;
}
.index .brand-info-wrapper {
  background-color: #D7D7D8;
}
.index .brand-info-wrapper .brand-info {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.index .brand-info-wrapper .brand-info .item {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.index .brand-info-wrapper .brand-info .item .val {
  font-size: 50px;
  color: #22252A;
  margin-right: 8px;
  display: flex;
  align-items: flex-start;
}
.index .brand-info-wrapper .brand-info .item .val sup {
  padding-top: 4px;
  padding-left: 2px;
  font-size: 22px;
}
.index .brand-info-wrapper .brand-info .item .label {
  font-size: 18px;
  color: #22252A;
  padding-bottom: 8px;
}
.index .technology {
  padding: 120px 0 100px;
  position: relative;
}
.index .technology h3 {
  font-size: 40px;
  color: #22252A;
  margin-bottom: 42px;
  text-align: center;
}
.index .technology p {
  font-size: 20px;
  color: #22252A;
  margin-bottom: 12px;
  text-align: center;
}
.index .technology .img {
  width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index .technology .uncover__slices {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.index .technology .uncover__slices.uncover__slices--vertical {
  flex-direction: row;
}
.index .technology .uncover__slices .uncover__slice {
  background-color: #fff;
  flex: 1;
  transform: translateX(0%) translateY(0%);
  transition: ease-in 1s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(1) {
  transition: ease-in 1.4s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(2) {
  transition: ease-in 1.35s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(3) {
  transition: ease-in 1.3s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(4) {
  transition: ease-in 1.25s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(5) {
  transition: ease-in 1.2s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(6) {
  transition: ease-in 1.15s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(7) {
  transition: ease-in 1.1s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(8) {
  transition: ease-in 1.05s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(9) {
  transition: ease-in 1s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(10) {
  transition: ease-in 0.95s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(11) {
  transition: ease-in 0.9s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(12) {
  transition: ease-in 0.85s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(13) {
  transition: ease-in 0.7s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(14) {
  transition: ease-in 0.6s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(15) {
  transition: ease-in 0.7s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(16) {
  transition: ease-in 0.75s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(17) {
  transition: ease-in 0.8s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(18) {
  transition: ease-in 0.85s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(19) {
  transition: ease-in 0.9s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(20) {
  transition: ease-in 0.95s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(21) {
  transition: ease-in 1s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(22) {
  transition: ease-in 1.05s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(23) {
  transition: ease-in 1.1s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(24) {
  transition: ease-in 1.15s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(25) {
  transition: ease-in 1.2s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(26) {
  transition: ease-in 1.25s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(27) {
  transition: ease-in 1.3s;
}
.index .technology .uncover__slices .uncover__slice:nth-child(28) {
  transition: ease-in 1.35s;
}
.index .advantage {
  position: relative;
  overflow: hidden;
}
.index .advantage > img {
  width: 100%;
  height: auto;
  min-height: 700px;
  display: block;
}
.index .advantage .info {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  color: #FFFFFF;
  width: 1200px;
}
.index .advantage .info h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.index .advantage .info p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}
.index .advantage .info .list {
  display: flex;
  align-items: center;
}
.index .advantage .info .list .item {
  flex: 1;
  height: 278px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index .advantage .info .list .item:last-child {
  border-right: none;
}
.index .advantage .info .list .item .icon {
  height: 54px;
  width: auto;
  margin-bottom: 30px;
}
.index .advantage .info .list .item .line {
  width: 22px;
  height: 1px;
  background: #FFFFFF;
  margin-bottom: 18px;
}
.index .advantage .info .list .item .desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
.index .juti-tabs h3 {
  text-align: center;
  font-size: 40px;
  color: #22252A;
  padding: 124px 0 66px;
}
.index .juti-tabs .title-tabs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index .juti-tabs .title-tabs .tab-item {
  width: 241px;
  text-align: center;
  line-height: 58px;
  border-bottom: 4px solid #fff;
  font-size: 20px;
  color: #22252A;
  cursor: pointer;
}
.index .juti-tabs .title-tabs .tab-item.active {
  border-color: #00C1DE;
  color: #00C1DE;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page {
  position: relative;
  overflow: hidden;
  display: none;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page.active {
  display: block;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .tab-bg {
  width: 100%;
  min-width: 1200px;
  min-height: 520px;
  display: block;
  height: auto;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info {
  position: absolute;
  top: 0;
  right: 10%;
  width: 572px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 166px 113px 0 103px;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info h4 {
  font-size: 40px;
  color: #22252A;
  margin-bottom: 34px;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info p {
  font-size: 16px;
  color: #22252A;
  line-height: 30px;
  height: 220px;
  overflow: hidden;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn {
  display: block;
  width: 150px;
  line-height: 45px;
  background: #22252A;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn .anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn:hover .anim {
  animation: anim-out 0.75s;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn:hover .anim:after {
  animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn .anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
.index .juti-tabs .tabs-page-wrapper .tabs-page .page-info .btn .anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.index .partner {
  position: relative;
}
.index .partner h3 {
  text-align: center;
  font-size: 40px;
  color: #22252A;
  padding: 122px 0 103px;
}
.index .partner .partner-img {
  width: 1200px;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-bottom: 99px;
}
.index .partner .uncover__slices {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.index .partner .uncover__slices.uncover__slices--vertical {
  flex-direction: row;
}
.index .partner .uncover__slices .uncover__slice {
  background-color: #fff;
  flex: 1;
  transform: translateX(0%) translateY(0%);
  transition: ease-in 1s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(1) {
  transition: ease-in 1.4s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(2) {
  transition: ease-in 1.35s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(3) {
  transition: ease-in 1.3s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(4) {
  transition: ease-in 1.25s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(5) {
  transition: ease-in 1.2s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(6) {
  transition: ease-in 1.15s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(7) {
  transition: ease-in 1.1s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(8) {
  transition: ease-in 1.05s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(9) {
  transition: ease-in 1s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(10) {
  transition: ease-in 0.95s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(11) {
  transition: ease-in 0.9s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(12) {
  transition: ease-in 0.85s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(13) {
  transition: ease-in 0.7s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(14) {
  transition: ease-in 0.6s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(15) {
  transition: ease-in 0.7s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(16) {
  transition: ease-in 0.75s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(17) {
  transition: ease-in 0.8s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(18) {
  transition: ease-in 0.85s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(19) {
  transition: ease-in 0.9s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(20) {
  transition: ease-in 0.95s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(21) {
  transition: ease-in 1s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(22) {
  transition: ease-in 1.05s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(23) {
  transition: ease-in 1.1s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(24) {
  transition: ease-in 1.15s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(25) {
  transition: ease-in 1.2s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(26) {
  transition: ease-in 1.25s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(27) {
  transition: ease-in 1.3s;
}
.index .partner .uncover__slices .uncover__slice:nth-child(28) {
  transition: ease-in 1.35s;
}
.index .sketch {
  position: relative;
  overflow: hidden;
}
.index .sketch .sketch-bg {
  width: 100%;
  min-width: 1200px;
  display: block;
  height: auto;
  min-height: 650px;
  object-fit: cover;
}
.index .sketch .sketch-info {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index .sketch .sketch-info .info-text {
  width: 392px;
}
.index .sketch .sketch-info .info-text h4 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 80px;
}
.index .sketch .sketch-info .info-text p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
}
.index .sketch .sketch-info .video-wrapper {
  width: 733px;
  height: 412px;
  background: #000000;
  position: relative;
}
.index .sketch .sketch-info .video-wrapper .video {
  width: 100%;
  height: 100%;
}
.index .sketch .sketch-info .video-wrapper .video-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .encyclopedias {
  padding-bottom: 56px;
}
.index .encyclopedias h3 {
  text-align: center;
  font-size: 40px;
  color: #22252A;
  padding: 120px 0 34px;
}
.index .encyclopedias .encyclopedias-item {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
}
.index .encyclopedias .encyclopedias-item .item-title {
  height: 54px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .encyclopedias .encyclopedias-item .item-title p {
  font-size: 16px;
  color: #333;
}
.index .encyclopedias .encyclopedias-item .item-title .icon {
  width: 10px;
  height: 12px;
  object-fit: contain;
}
.index .encyclopedias .encyclopedias-item.active .item-body {
  display: flex;
}
.index .encyclopedias .encyclopedias-item .item-body {
  display: none;
  border-top: 1px solid #f4f4f4;
  padding: 16px 15px 40px;
}
.index .encyclopedias .encyclopedias-item .item-body .img {
  width: 266px;
  height: 150px;
  margin-right: 32px;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info {
  padding-top: 32px;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info h5 {
  text-align: center;
  font-size: 30px;
  color: #868786;
  margin-bottom: 16px;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info .sub-title {
  text-align: center;
  font-size: 16px;
  color: #b3b4b0;
  margin-bottom: 16px;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info .desc {
  font-size: 16px;
  color: #b3b4b0;
  line-height: 24px;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info .time-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #b3b4b0;
}
.index .encyclopedias .encyclopedias-item .item-body .body-info .time-wrapper .time-icon {
  width: 10px;
  height: 12px;
  object-fit: contain;
  margin-right: 4px;
}
.baikeDesc {
  margin-top: 122px;
  padding-bottom: 83px;
}
.baikeDesc .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.baikeDesc .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.baikeDesc .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.baikeDesc .nav-bar {
  height: 90px;
  background: #F6F6F6;
  padding-bottom: 93px;
}
.baikeDesc .nav-bar .nav {
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}
.baikeDesc .desc-info {
  width: 1200px;
  margin: 80px auto 0;
}
.baikeDesc .desc-info .desc-title {
  font-size: 33px;
  font-weight: bold;
  font-family: symFont;
  color: #191D1E;
  text-align: center;
  margin-bottom: 32px;
}
.baikeDesc .desc-info .time {
  font-size: 18px;
  color: #6B6B6B;
  text-align: center;
  margin-bottom: 58px;
}
.baikeDesc .desc-info .desc p {
  font-size: 20px;
  color: #000201;
  line-height: 37px;
  margin-bottom: 50px;
  text-indent: 2em;
  font-family: syFont !important;
}
.baikeDesc .desc-info .desc * {
  font-family: syFont !important;
}
.baikeDesc .desc-info .desc .desc-img {
  width: 1200px;
  height: auto;
  display: block;
  margin-bottom: 70px;
}
.baikeDesc .info-btns {
  width: 1200px;
  margin: 120px auto 140px;
  display: flex;
  justify-content: space-between;
}
.baikeDesc .info-btns a,
.baikeDesc .info-btns p {
  font-size: 16px;
  color: #828282;
}
.baikeDesc .info-btns a {
  display: inline-block;
}
.baikeDesc .recommend-group {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.baikeDesc .recommend-group .article {
  width: 520px;
  height: 287px;
  border: 1px solid #C2C2C2;
  padding: 32px 36px;
}
.baikeDesc .recommend-group .article .title {
  font-size: 20px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 26px;
}
.baikeDesc .recommend-group .article .item {
  line-height: 39px;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  background-color: #e2e2e3;
  font-size: 15px;
}
.baikeDesc .recommend-group .product {
  width: 645px;
  height: 287px;
  border: 1px solid #C2C2C2;
  padding: 26px 28px;
}
.baikeDesc .recommend-group .product .title {
  font-size: 20px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 36px;
}
.baikeDesc .recommend-group .product .list {
  display: flex;
}
.baikeDesc .recommend-group .product .list .item {
  width: 190px;
  margin-right: 16px;
  font-size: 16px;
  color: #22252A;
  text-align: center;
}
.baikeDesc .recommend-group .product .list .item:last-of-type {
  margin-right: 0;
}
.baikeDesc .recommend-group .product .list .item .img {
  display: block;
  height: 115px;
  width: 100%;
  margin-bottom: 22px;
  background-color: #C2C2C2;
}
.baikeDesc .tabs-bar {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 50px auto 0;
}
.baikeDesc .tabs-bar .tabs-btn {
  width: 312px;
  height: 60px;
  border: 1px solid #313131;
  border-radius: 3px;
  font-size: 28px;
  color: #000000;
  line-height: 60px;
  text-align: center;
  margin-right: 54px;
}
.baikeDesc .tabs-bar .tabs-btn:last-of-type {
  margin-right: 0;
}
.baikeDesc .tabs-bar .tabs-btn.active {
  background: #00C1DE;
  color: #FFFFFF;
  border-color: #00C1DE;
}
.baikeDesc .tab-page {
  width: 1200px;
  margin: 0 auto;
  display: none;
}
.baikeDesc .tab-page.active {
  display: block;
}
.baikeDesc .tab-page .list-item {
  margin-top: 108px;
  border-bottom: 1px solid #595959;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.baikeDesc .tab-page .list-item .item-info {
  width: 757px;
}
.baikeDesc .tab-page .list-item .item-info .title {
  font-size: 28px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 24px;
}
.baikeDesc .tab-page .list-item .item-info .desc {
  font-size: 16px;
  color: #595959;
  line-height: 26px;
  margin-bottom: 36px;
}
.baikeDesc .tab-page .list-item .item-info .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.baikeDesc .tab-page .list-item .item-info .item-bottom .tags {
  display: flex;
}
.baikeDesc .tab-page .list-item .item-info .item-bottom .tags .tag {
  padding: 0 16px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #00C1DE;
  margin-right: 16px;
  font-size: 16px;
  color: #00C1DE;
}
.baikeDesc .tab-page .list-item .item-info .item-bottom .time {
  font-size: 16px;
  color: #C2C2C2;
}
.baikeDesc .tab-page .list-item .item-img {
  width: 302px;
  height: 168px;
  object-fit: cover;
}
.baikeDesc .paging {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.baikeDesc .paging li {
  padding: 5px 8px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 5px;
}
.baikeDesc .paging li.active {
  background-color: #000;
}
.baikeDesc .paging li.active a {
  color: #fff;
}
.walk {
  margin-top: 122px;
  padding-bottom: 120px;
}
.walk .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.walk .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.walk .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.walk .nav-bar {
  height: 90px;
  background: #F6F6F6;
  padding-bottom: 93px;
}
.walk .nav-bar .nav {
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  text-align: end;
}
.walk .walk-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.walk .walk-body .menu {
  width: 250px;
  margin-right: 43px;
}
.walk .walk-body .menu .menu-title {
  height: 149px;
  background: #10C5DF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.walk .walk-body .menu .menu-title p {
  font-size: 40px;
  font-weight: bold;
  font-family: symFont;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.walk .walk-body .menu .menu-title .en {
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: none;
}
.walk .walk-body .menu .menu-item {
  height: 70px;
  background: #F4F4F4;
  padding: 0 26px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #22252A;
}
.walk .walk-body .menu .menu-item.active {
  color: #00C1DE;
  position: relative;
  background-color: #E3E3E3;
}
.walk .walk-body .menu .menu-item.active::before {
  content: "";
  height: 70px;
  width: 2px;
  background-color: #10C5DF;
  top: 0;
  left: 0;
  position: absolute;
}
.walk .walk-body .content {
  flex: 1;
  overflow: hidden;
}
.walk .walk-body .content .zhaoxian h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  padding-bottom: 24px;
  padding-top: 68px;
  position: relative;
  margin-bottom: 10px;
}
.walk .walk-body .content .zhaoxian h3::before {
  content: "";
  width: 8px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.walk .walk-body .content .zhaoxian .text {
  text-align: center;
  font-size: 20px;
  color: #000000;
  line-height: 37px;
}
.walk .walk-body .content .zhaoxian .list {
  display: flex;
  flex-wrap: wrap;
}
.walk .walk-body .content .zhaoxian .list .item {
  width: 443px;
  background: #FAFAFA;
  margin-right: 20px;
  margin-bottom: 21px;
  padding: 69px 35px 30px;
}
.walk .walk-body .content .zhaoxian .list .item:nth-child(2n) {
  margin-right: 0;
}
.walk .walk-body .content .zhaoxian .list .item .title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 29px;
}
.walk .walk-body .content .zhaoxian .list .item .leabel {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.walk .walk-body .content .zhaoxian .list .item .leabel span {
  color: #9A9999;
  margin-left: 4px;
}
.walk .walk-body .content .zhaoxian .list .item .desc {
  font-size: 16px;
  color: #9A9999;
  line-height: 27px;
  margin-bottom: 30px;
}
.walk .walk-body .content .new {
  padding-top: 72px;
}
.walk .walk-body .content .new .title {
  font-size: 33px;
  font-weight: bold;
  font-family: symFont;
  color: #191D1E;
  text-align: center;
  margin-bottom: 32px;
}
.walk .walk-body .content .new * {
  font-family: syFont !important;
}
.walk .walk-body .content .new .sub-title {
  font-size: 18px;
  color: #6B6B6B;
  text-align: center;
  margin-bottom: 52px;
}
.walk .walk-body .content .new .desc {
  font-size: 20px;
  color: #000201;
  line-height: 37px;
}
.walk .walk-body .content .new .btns {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.walk .walk-body .content .new .btns p {
  display: flex;
  font-size: 14px;
  color: #828282;
}
.walk .walk-body .content .new .btns p .btn {
  font-size: 14px;
  color: #828282;
}
.walk .walk-body .content .new2 .list {
  padding-top: 55px;
}
.walk .walk-body .content .new2 .list .item {
  cursor: pointer;
}
.walk .walk-body .content .new2 .list .item.active .item-body {
  display: block;
}
.walk .walk-body .content .new2 .list .item:first-of-type .item-header {
  border-top: 2px solid #F6F6F6;
}
.walk .walk-body .content .new2 .list .item .item-header {
  padding: 0 42px 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #F6F6F6;
  border-top: none;
  height: 54px;
}
.walk .walk-body .content .new2 .list .item .item-header .title {
  font-size: 16px;
  color: #494748;
}
.walk .walk-body .content .new2 .list .item .item-header .icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.walk .walk-body .content .new2 .list .item .item-body {
  display: none;
  border: 2px solid #F6F6F6;
  border-top: none;
  padding: 19px 19px 24px 19px;
  overflow: hidden;
}
.walk .walk-body .content .new2 .list .item .item-body .img {
  float: left;
  width: 208px;
  height: 149px;
  object-fit: cover;
  margin-right: 31px;
}
.walk .walk-body .content .new2 .list .item .item-body .title {
  float: left;
  width: 584px;
  font-size: 24px;
  color: #000000;
  line-height: 44px;
}
.walk .walk-body .content .new2 .list .item .item-body .desc {
  float: left;
  width: 584px;
  font-size: 14px;
  color: #A2A3A4;
  line-height: 27px;
}
.walk .walk-body .content .new2 .paging {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.walk .walk-body .content .new2 .paging li {
  padding: 5px 8px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 5px;
}
.walk .walk-body .content .new2 .paging li.active {
  background-color: #000;
}
.walk .walk-body .content .new2 .paging li.active a {
  color: #fff;
}
.walk .walk-body .content .rongyu {
  padding-top: 82px;
}
.walk .walk-body .content .rongyu h3 {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 54px;
}
.walk .walk-body .content .rongyu .list {
  display: flex;
  flex-wrap: wrap;
}
.walk .walk-body .content .rongyu .list .item {
  width: 220px;
  margin-right: 7px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 50px;
}
.walk .walk-body .content .rongyu .list .item:nth-child(4n) {
  margin-right: 0;
}
.walk .walk-body .content .rongyu .list .item .img {
  display: block;
  width: 225px;
  height: 258px;
  background: #000201;
  object-fit: cover;
  margin-bottom: 18px;
}
.walk .walk-body .content .jianjie {
  padding-top: 76px;
}
.walk .walk-body .content .jianjie .title {
  display: block;
  height: 86px;
  width: auto;
}
.walk .walk-body .content .jianjie .desc {
  margin-top: 36px;
  margin-bottom: 74px;
  font-size: 18px;
  color: #000000;
  line-height: 37px;
}
.walk .walk-body .content .jianjie .desc .img-list {
  overflow: hidden;
  padding-top: 0.266667rem;
}
.walk .walk-body .content .jianjie .desc .img-list .img {
  float: left;
  width: 48%;
  height: 294px;
  margin-right: 4%;
  margin-bottom: 15px;
}
.walk .walk-body .content .jianjie .desc .img-list .img:nth-child(2n) {
  margin-right: 0;
}
.walk .walk-body .content .jianjie .chuangshiren {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 124px;
}
.walk .walk-body .content .jianjie .chuangshiren img {
  width: 327px;
  height: 521px;
  object-fit: cover;
  margin-right: 32px;
}
.walk .walk-body .content .jianjie .chuangshiren p {
  flex: 1;
  font-size: 18px;
  color: #000000;
  line-height: 37px;
}
.walk .walk-body .content .jianjie .licheng {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 114px;
  margin-bottom: 114px;
}
.walk .walk-body .content .jianjie .huoban {
  margin-top: 85px;
  width: 100%;
  display: block;
  height: auto;
}
.walk .walk-body .content .contact {
  margin-top: 75px;
}
.walk .walk-body .content .contact h3 {
  font-size: 25px;
  color: #22252A;
  margin-bottom: 80px;
}
.walk .walk-body .content .contact .info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 39px;
  margin-bottom: 80px;
}
.walk .walk-body .content .contact .info-wrapper .info .item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.walk .walk-body .content .contact .info-wrapper .info .item .icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  object-fit: contain;
}
.walk .walk-body .content .contact .info-wrapper .info .item .label {
  font-size: 20px;
  color: #22252A;
  width: 102px;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.walk .walk-body .content .contact .info-wrapper .info .item .value {
  font-size: 20px;
  color: #22252A;
}
.walk .walk-body .content .contact .info-wrapper .code-wrapper {
  display: flex;
}
.walk .walk-body .content .contact .info-wrapper .code-wrapper .code {
  margin-left: 16px;
  font-size: 20px;
  color: #22252A;
  text-align: center;
}
.walk .walk-body .content .contact .info-wrapper .code-wrapper .code .img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 21px;
}
.walk .walk-body .content .contact .map {
  height: 450px;
}
.walk .join {
  width: 1200px;
  margin: 0 auto;
}
.walk .join .join-title {
  display: flex;
  align-items: center;
  padding-left: 17px;
  font-size: 45px;
  color: #0EC4E0;
  margin: 90px 0;
}
.walk .join .join-title .img {
  width: 79px;
  height: 59px;
  margin-right: 15px;
}
.walk .join .join-youshi-list {
  display: flex;
  flex-wrap: wrap;
}
.walk .join .join-youshi-list .join-youshi-card {
  width: 377px;
  height: 176px;
  background: #F3F3F3;
  margin-right: 13px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-left: 40px;
}
.walk .join .join-youshi-list .join-youshi-card:nth-child(3n) {
  margin-right: 0;
}
.walk .join .join-youshi-list .join-youshi-card .title {
  font-size: 30px;
  font-weight: bold;
  color: #22252A;
  margin-bottom: 22px;
}
.walk .join .join-youshi-list .join-youshi-card p.desc {
  font-size: 18px;
  font-weight: 400;
  color: #272727;
  line-height: 27px;
}
.walk .join .join-youshi-list .join-youshi-card .num {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -75px;
  bottom: -75px;
  font-size: 30px;
  color: #FFFFFF;
  padding-left: 33px;
  padding-top: 28px;
  background-color: #0EC4E0;
  opacity: 0.2;
  border-radius: 50%;
}
.walk .join .join-biaozhun {
  width: 1070px;
  margin: 0 auto;
  font-size: 18px;
  color: #22252A;
  line-height: 37px;
}
.walk .join .join-biaozhun .table {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.walk .join div.join-liucheng {
  width: 1112px;
  margin: 0 auto;
  font-size: 18px;
  color: #22252A;
  line-height: 37px;
}
.walk .join div.join-liucheng .liucheng {
  display: block;
  width: 100%;
}
.brand {
  margin-top: 122px;
}
.brand .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.brand .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.brand .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.brand .brand-body .brand-item-wrapper {
  background-color: #EEEEEE;
}
.brand .brand-body .brand-item-wrapper:nth-child(2n) {
  background-color: #fff;
}
.brand .brand-body .brand-item-wrapper:nth-child(2n) .brand-item .info {
  float: right;
}
.brand .brand-body .brand-item-wrapper:nth-child(2n) .brand-item .info-img {
  float: left;
}
.brand .brand-body .brand-item-wrapper:nth-child(2n) .brand-item .xuhao {
  right: 0;
  left: 10px;
}
.brand .brand-body .brand-item-wrapper .brand-item {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 120px 0 168px 0 ;
  position: relative;
}
.brand .brand-body .brand-item-wrapper .brand-item .info {
  float: left;
  width: 528px;
  position: relative;
}
.brand .brand-body .brand-item-wrapper .brand-item .info .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 70px;
  object-fit: contain;
}
.brand .brand-body .brand-item-wrapper .brand-item .info h3 {
  text-align: end;
  font-size: 24px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 84px;
}
.brand .brand-body .brand-item-wrapper .brand-item .info .desc {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.brand .brand-body .brand-item-wrapper .brand-item .info-img {
  float: right;
  width: 555px;
  height: 350px;
}
.brand .brand-body .brand-item-wrapper .brand-item .xuhao {
  position: absolute;
  right: 10px;
  bottom: 70px;
  font-size: 20px;
  color: #C3C3C3;
}
.service {
  margin-top: 122px;
}
.service .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.service .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.service .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.service .nav-bar {
  height: 90px;
  background: #F6F6F6;
  padding-bottom: 93px;
}
.service .nav-bar .nav {
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}
.service .service-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 88px;
}
.service .service-content h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin-bottom: 68px;
}
.service .service-content .label {
  color: #000000;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: symFont;
}
.service .service-content .desc {
  font-size: 20px;
  color: #000000;
  line-height: 37px;
  margin-bottom: 130px;
}
.service .service-content .map-wrapper {
  display: flex;
  margin-bottom: 60px;
}
.service .service-content .map-wrapper .map {
  flex: 1;
  height: 707px;
}
.service .service-content .map-wrapper .search-wrapper {
  width: 572px;
  height: 707px;
  background: #22252A;
  overflow-y: auto;
  padding-top: 50px;
}
.service .service-content .map-wrapper .search-wrapper .select-row {
  display: flex;
  padding-left: 38px;
}
.service .service-content .map-wrapper .search-wrapper .select-row .select {
  height: 44px;
  width: 156px;
  margin-right: 15px;
  margin-bottom: 13px;
}
.service .service-content .map-wrapper .search-wrapper .select-row .select select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #fff;
  font-size: 17px;
  color: #fff;
  padding-left: 21px;
  padding-right: 12px;
}
.service .service-content .map-wrapper .search-wrapper .select-row .select select option {
  background: #22252A;
}
.service .service-content .map-wrapper .search-wrapper .search-list {
  margin: 0 69px;
  padding: 15px 0;
  border-bottom: 1px solid #65676b;
}
.service .service-content .map-wrapper .search-wrapper .search-list .search-item {
  padding-bottom: 15px;
  padding-top: 49px;
  border-bottom: 1px solid #65676b;
}
.service .service-content .map-wrapper .search-wrapper .search-list .search-item:last-of-type {
  border-bottom: none;
}
.service .service-content .map-wrapper .search-wrapper .search-list .search-item .item-title {
  font-size: 30px;
  font-weight: bold;
  font-family: symFont;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.service .service-content .map-wrapper .search-wrapper .search-list .search-item .item-text {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.service-menu {
  margin-top: 122px;
}
.service-menu .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.service-menu .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.service-menu .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.service-menu .nav-bar {
  height: 90px;
  background: #F6F6F6;
  padding-bottom: 93px;
}
.service-menu .nav-bar .nav {
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}
.service-menu .service-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.service-menu .service-body .menu {
  width: 250px;
  margin-right: 43px;
}
.service-menu .service-body .menu .menu-title {
  height: 149px;
  background: #10C5DF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-menu .service-body .menu .menu-title p {
  font-size: 40px;
  font-weight: bold;
  font-family: symFont;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.service-menu .service-body .menu .menu-title .en {
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: none;
}
.service-menu .service-body .menu .menu-item {
  height: 70px;
  background: #F4F4F4;
  padding: 0 26px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #22252A;
}
.service-menu .service-body .menu .menu-item.active {
  color: #00C1DE;
  position: relative;
  background-color: #E3E3E3;
}
.service-menu .service-body .menu .menu-item.active::before {
  content: "";
  height: 70px;
  width: 2px;
  background-color: #10C5DF;
  top: 0;
  left: 0;
  position: absolute;
}
.service-menu .service-body .content {
  flex: 1;
}
.service-menu .service-body .content .qimian {
  padding: 120px 0  200px 0;
}
.service-menu .service-body .content .qimian .row {
  padding-left: 88px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service-menu .service-body .content .qimian .row .select-wrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #22252A;
  margin-right: 110px;
}
.service-menu .service-body .content .qimian .row .select-wrapper p {
  margin-right: 40px;
}
.service-menu .service-body .content .qimian .row .select-wrapper:last-of-type {
  margin-right: 0;
}
.service-menu .service-body .content .qimian .row .select-wrapper .select {
  height: 33px;
  width: 182px;
  margin-left: 19px;
}
.service-menu .service-body .content .qimian .row .select-wrapper .select select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #474a4e;
  font-size: 17px;
  color: #474a4e;
  padding-left: 21px;
  padding-right: 12px;
}
.service-menu .service-body .content .qimian .row .select-wrapper .select select option {
  background: #ffffff;
}
.service-menu .service-body .content .qimian .chaxun {
  margin: 84px auto 90px;
  width: 229px;
  line-height: 62px;
  background: #00C1DE;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.service-menu .service-body .content .qimian .price-wrapper {
  font-size: 30px;
  font-weight: bold;
  font-family: symFont;
  color: #22252A;
  text-align: center;
  margin-bottom: 38px;
}
.service-menu .service-body .content .qimian .price-wrapper .price {
  color: #FF0000;
}
.service-menu .service-body .content .qimian .tabs-btn {
  width: 304px;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
}
.service-menu .service-body .content .qimian .tabs-btn .btn {
  width: 131px;
  line-height: 40px;
  border: 1px solid #000000;
  border-radius: 3px;
  font-size: 22px;
  color: #22252A;
  text-align: center;
}
.service-menu .service-body .content .qimian .tabs-btn .btn.active {
  background: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
}
.service-menu .service-body .content .qimian .dable-wrapper {
  padding: 39px 70px 53px;
  background: #F4F4F4;
  margin-bottom: 110px;
  display: none;
}
.service-menu .service-body .content .qimian .dable-wrapper.active {
  display: block;
}
.service-menu .service-body .content .qimian .dable-wrapper .tags {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.service-menu .service-body .content .qimian .dable-wrapper .tags .tag {
  padding: 0 19px;
  line-height: 36px;
  background: #FF0000;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  margin-right: 19px;
  margin-bottom: 20px;
}
.service-menu .service-body .content .qimian .dable-wrapper .tags .tag.dis {
  background-color: #C2C2C2;
}
.service-menu .service-body .content .qimian .dable-wrapper .tags .tag .icon {
  margin-right: 6px;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row {
  display: flex;
  align-items: center;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row:nth-child(2n) .table-item {
  background-color: #f4f4f4;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row.red .select {
  background-color: red;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row.red .table-item {
  background-color: red;
  color: #fff;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row .select {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  margin-right: 15px;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row .table-item {
  flex: 1;
  cursor: pointer;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: #C2C2C2;
  font-size: 18px;
  color: #000000;
}
.service-menu .service-body .content .qimian .dable-wrapper .table-row .table-item .icon {
  display: block;
  height: 34px;
  width: auto;
}
.service-menu .service-body .content .qimian .dable-wrapper .tips {
  margin-top: 28px;
  text-align: center;
  font-size: 15px;
  color: #22252A;
}
.service-menu .service-body .content .qimian .label {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: symFont;
  margin-bottom: 42px;
}
.service-menu .service-body .content .qimian .tips-desc {
  font-size: 20px;
  color: #000;
  line-height: 37px;
}
.service-menu .service-body .content .chesheng {
  padding: 120px 0  200px 0;
}
.service-menu .service-body .content .chesheng .row {
  padding-left: 88px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service-menu .service-body .content .chesheng .row .select-wrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #22252A;
  margin-right: 110px;
}
.service-menu .service-body .content .chesheng .row .select-wrapper p {
  margin-right: 40px;
}
.service-menu .service-body .content .chesheng .row .select-wrapper:last-of-type {
  margin-right: 0;
}
.service-menu .service-body .content .chesheng .row .select-wrapper .select {
  height: 33px;
  width: 182px;
  margin-left: 19px;
}
.service-menu .service-body .content .chesheng .row .select-wrapper .select select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #474a4e;
  font-size: 17px;
  color: #474a4e;
  padding-left: 21px;
  padding-right: 12px;
}
.service-menu .service-body .content .chesheng .row .select-wrapper .select select option {
  background: #ffffff;
}
.service-menu .service-body .content .chesheng .chaxun {
  margin: 84px auto 90px;
  width: 229px;
  line-height: 62px;
  background: #00C1DE;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.service-menu .service-body .content .chesheng .price-wrapper {
  font-size: 30px;
  font-weight: bold;
  font-family: symFont;
  color: #22252A;
  text-align: center;
  margin-bottom: 38px;
}
.service-menu .service-body .content .chesheng .price-wrapper .price {
  color: #FF0000;
}
.service-menu .service-body .content .chesheng .dable-wrapper {
  padding: 39px 70px 53px;
  background: #F4F4F4;
  margin-bottom: 110px;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row {
  display: flex;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row:nth-child(2n) .table-item {
  background-color: #f4f4f4;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row:first-of-type .table-item {
  color: #000;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row:last-of-type {
  border-bottom: 1px solid #b0b0b0;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row .table-item {
  flex: 1;
  border-right: 1px solid #b0b0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: #C2C2C2;
  font-size: 16px;
  color: #959595;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row .table-item:first-of-type {
  color: #000;
  border-left: 1px solid #b0b0b0;
  width: 124px;
  flex: none;
}
.service-menu .service-body .content .chesheng .dable-wrapper .table-row .table-item .icon {
  display: block;
  height: 34px;
  width: auto;
}
.service-menu .service-body .content .chesheng .dable-wrapper .tips {
  margin-top: 28px;
  text-align: center;
  font-size: 15px;
  color: #22252A;
}
.service-menu .service-body .content .chesheng .label {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: symFont;
  margin-bottom: 42px;
}
.service-menu .service-body .content .chesheng .tips-desc {
  font-size: 20px;
  color: #000;
  line-height: 37px;
}
.service-menu .service-body .content .gere {
  padding: 120px 0  200px 0;
}
.service-menu .service-body .content .gere .row {
  padding-left: 88px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service-menu .service-body .content .gere .row .select-wrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #22252A;
  margin-right: 110px;
}
.service-menu .service-body .content .gere .row .select-wrapper p {
  margin-right: 40px;
}
.service-menu .service-body .content .gere .row .select-wrapper:last-of-type {
  margin-right: 0;
}
.service-menu .service-body .content .gere .row .select-wrapper .select {
  height: 33px;
  width: 182px;
  margin-left: 19px;
}
.service-menu .service-body .content .gere .row .select-wrapper .select select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #474a4e;
  font-size: 17px;
  color: #474a4e;
  padding-left: 21px;
  padding-right: 12px;
}
.service-menu .service-body .content .gere .row .select-wrapper .select select option {
  background: #ffffff;
}
.service-menu .service-body .content .gere .chaxun {
  margin: 84px auto 90px;
  width: 229px;
  line-height: 62px;
  background: #00C1DE;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.service-menu .service-body .content .gere .price-wrapper {
  font-size: 30px;
  font-weight: bold;
  font-family: symFont;
  color: #22252A;
  text-align: center;
  margin-bottom: 38px;
}
.service-menu .service-body .content .gere .price-wrapper .price {
  color: #FF0000;
}
.service-menu .service-body .content .gere .dable-wrapper {
  padding: 39px 70px 53px;
  margin-bottom: 110px;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row {
  display: flex;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row:first-of-type .table-item {
  color: #000;
  border-top: 1px solid #b0b0b0;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row.teshu .table-item:last-of-type {
  flex: none;
  width: 128px;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row:last-of-type .table-item:last-of-type {
  flex: none;
  width: 128px;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row .table-item {
  flex: 1;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-size: 16px;
  color: #959595;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row .table-item:first-of-type {
  color: #000;
  border-left: 1px solid #b0b0b0;
}
.service-menu .service-body .content .gere .dable-wrapper .table-row .table-item .icon {
  display: block;
  height: 34px;
  width: auto;
}
.service-menu .service-body .content .gere .label {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: symFont;
  margin-bottom: 42px;
}
.service-menu .service-body .content .gere .tips-desc {
  font-size: 20px;
  color: #000;
  line-height: 37px;
}
.products {
  margin-top: 122px;
}
.products .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.products .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.products .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.products .products-body {
  padding: 100px 0;
}
.products .products-body .text-group {
  text-align: center;
}
.products .products-body .text-group h3 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}
.products .products-body .text-group p {
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 80px;
}
.products .products-body .img-desc-group .img-desc-item {
  position: relative;
  margin-bottom: 30px;
  display: block;
  min-width: 1200px;
  overflow: hidden;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice {
  background-color: #fff;
  flex: 1;
  transform: translateX(0%) translateY(0%);
  transition: transform ease-in 1s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(1) {
  transition: ease-in 1.4s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(2) {
  transition: ease-in 1.35s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(3) {
  transition: ease-in 1.3s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(4) {
  transition: ease-in 1.25s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(5) {
  transition: ease-in 1.2s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(6) {
  transition: ease-in 1.15s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(7) {
  transition: ease-in 1.1s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(8) {
  transition: ease-in 1.05s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(9) {
  transition: ease-in 1s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(10) {
  transition: ease-in 0.95s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(11) {
  transition: ease-in 0.9s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(12) {
  transition: ease-in 0.85s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(13) {
  transition: ease-in 0.7s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(14) {
  transition: ease-in 0.6s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(15) {
  transition: ease-in 0.7s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(16) {
  transition: ease-in 0.75s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(17) {
  transition: ease-in 0.8s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(18) {
  transition: ease-in 0.85s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(19) {
  transition: ease-in 0.9s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(20) {
  transition: ease-in 0.95s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(21) {
  transition: ease-in 1s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(22) {
  transition: ease-in 1.05s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(23) {
  transition: ease-in 1.1s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(24) {
  transition: ease-in 1.15s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(25) {
  transition: ease-in 1.2s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(26) {
  transition: ease-in 1.25s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(27) {
  transition: ease-in 1.3s;
}
.products .products-body .img-desc-group .img-desc-item .uncover__slicess .uncover__slice:nth-child(28) {
  transition: ease-in 1.35s;
}
.products .products-body .img-desc-group .img-desc-item:nth-child(2n) .item-info {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 52px;
}
.products .products-body .img-desc-group .img-desc-item .img-bg {
  width: 100%;
  min-width: 1200px;
  display: block;
  height: auto;
  min-height: 450px;
}
.products .products-body .img-desc-group .img-desc-item .item-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(33, 33, 33, 0.6);
  padding-left: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.products .products-body .img-desc-group .img-desc-item .item-info .title {
  width: 480px;
  font-size: 35px;
  font-weight: bold;
  font-family: symFont;
  color: #FFFFFF;
  margin-bottom: 58px;
}
.products .products-body .img-desc-group .img-desc-item .item-info .text {
  width: 480px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 27px;
}
.products .products-body .img-desc-group .img-desc-item .item-info .more-btn-wrapper {
  width: 480px;
  display: flex;
}
.products .products-body .img-desc-group .img-desc-item .item-info .more-btn-wrapper .more-btn {
  line-height: 48px;
  padding: 0 28px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 20px;
  color: #000;
  margin-top: 80px;
}
.products .products-body .tips-group {
  margin-top: 100px;
  width: 1030px;
  margin: 100px auto 110px;
}
.products .products-body .tips-group .title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 74px;
}
.products .products-body .tips-group .label {
  font-size: 23px;
  color: #000;
  margin-bottom: 40px;
}
.products .products-body .tips-group .tip-item {
  font-size: 20px;
  color: #000;
  line-height: 36px;
}
.products .products-body .tip-icon-group {
  width: 1162px;
  margin: 0 auto;
  padding-top: 76px;
  border-top: 1px solid #E9E9E9;
}
.products .products-body .tip-icon-group .title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 86px;
}
.products .products-body .tip-icon-group .tip-icon-list {
  display: flex;
  align-items: center;
  padding-left: 62px;
}
.products .products-body .tip-icon-group .tip-icon-list .tip-icon-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.products .products-body .tip-icon-group .tip-icon-list .tip-icon-wrapper .tip-icon {
  overflow: hidden;
  width: 100%;
}
.products .products-body .tip-icon-group .tip-icon-list .tip-icon-wrapper .tip-icon .icon {
  float: left;
  height: 68px;
  max-width: 70px;
  object-fit: contain;
  width: auto;
  margin-right: 18px;
}
.products .products-body .tip-icon-group .tip-icon-list .tip-icon-wrapper .tip-icon .text {
  padding-top: 5px;
  padding-bottom: 11px;
  font-size: 25px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
}
.products .products-body .tip-icon-group .tip-icon-list .tip-icon-wrapper .tip-icon .go {
  height: 19px;
  font-size: 20px;
  color: #D6223A;
}
.products2 {
  margin-top: 122px;
}
.products2 .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.products2 .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.products2 .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.products2 .nav-bar-wrapper {
  background: #F6F6F6;
}
.products2 .nav-bar-wrapper .nav-bar {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.products2 .nav-bar-wrapper .nav-bar .nav {
  line-height: 90px;
  font-size: 16px;
  color: #000000;
}
.products2 .nav-bar-wrapper .nav-bar .search-wrapper {
  width: 191px;
  height: 33px;
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.products2 .nav-bar-wrapper .nav-bar .search-wrapper .search {
  width: 156px;
  padding-left: 28px;
  font-size: 15px;
  color: #BBBBBB;
}
.products2 .nav-bar-wrapper .nav-bar .search-wrapper .icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  object-fit: contain;
}
.products2 .products2-body {
  padding-top: 40px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.products2 .products2-body .menu {
  width: 326px;
  background: #F6F6F6;
  padding: 12px 0 54px;
  margin-right: 74px;
}
.products2 .products2-body .menu dt {
  width: 272px;
  margin: 0 auto;
  background: #1C2123;
  border-radius: 35px;
  font-size: 25px;
  font-weight: bold;
  font-family: symFont;
  color: #FFFFFF;
  line-height: 70px;
  text-align: center;
  margin-top: 52px;
}
.products2 .products2-body .menu dt.active {
  background-color: #00C1DE;
}
.products2 .products2-body .menu dd.active {
  background-color: #fff;
}
.products2 .products2-body .menu dd a {
  width: 272px;
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  display: block;
  line-height: 58px;
  text-align: center;
  border-bottom: 1px solid #DFDFDF;
}
.products2 .products2-body .content {
  padding-top: 38px;
}
.products2 .products2-body .content .img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 84px;
}
.products2 .products2-body .content .table {
  border-left: 1px solid #A0A0A0;
  border-top: 1px solid #A0A0A0;
  display: flex;
}
.products2 .products2-body .content .table .table-colum {
  flex: 1;
}
.products2 .products2-body .content .table .table-colum p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 56px;
  font-size: 18px;
  color: #1C2123;
  line-height: 22px;
  border-bottom: 1px solid #A0A0A0;
  border-right: 1px solid #A0A0A0;
  white-space: nowrap;
}
.products2 .products2-body .content .table .table-colum p:first-of-type {
  color: #FFFFFF;
  background-color: #1C2123;
}
.products2 .products2-body .content .tips-wrapper {
  margin-top: 100px;
  margin-bottom: 84px;
}
.products2 .products2-body .content .tips-wrapper .label {
  font-size: 18px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 40px;
}
.products2 .products2-body .content .tips-wrapper .title {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 18px;
}
.products2 .products2-body .content .tips-wrapper .desc {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}
.products2 .more-wrapper {
  background: #F6F6F6;
  padding: 53px 0 60px;
  margin-top: 100px;
}
.products2 .more-wrapper .title-wrapper {
  width: 1200px;
  margin: 0 auto 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products2 .more-wrapper .title-wrapper .title {
  font-size: 35px;
  font-weight: 600;
  font-family: symFont;
  color: #000000;
}
.products2 .more-wrapper .title-wrapper .btn {
  font-size: 23px;
  color: #000000;
  line-height: 49px;
  border-bottom: 1px solid #000000;
}
.products2 .more-wrapper .more-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.products2 .more-wrapper .more-list .more-item {
  text-align: center;
  margin-right: 26px;
  width: 279px;
  font-size: 25px;
  color: #3B3B3B;
  line-height: 27px;
  float: left;
}
.products2 .more-wrapper .more-list .more-item:nth-of-type(4n) {
  margin-right: 0;
}
.products2 .more-wrapper .more-list .more-item .img {
  display: block;
  width: 279px;
  height: 161px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.products2 .zhishi-wrapper {
  padding: 53px 0 60px;
  width: 1200px;
  margin: 0 auto 130px;
}
.products2 .zhishi-wrapper .title-wrapper {
  width: 1200px;
  margin: 0 auto 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products2 .zhishi-wrapper .title-wrapper .title {
  font-size: 35px;
  font-weight: 600;
  font-family: symFont;
  color: #000000;
}
.products2 .zhishi-wrapper .title-wrapper .btn {
  font-size: 23px;
  color: #000000;
  line-height: 49px;
  border-bottom: 1px solid #000000;
}
.products2 .zhishi-wrapper .zhishi-list .zhishi-item {
  display: block;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
.products2 .zhishi-wrapper .zhishi-list .zhishi-item .item-title {
  font-size: 14px;
  color: #333;
}
.products2 .zhishi-wrapper .zhishi-list .zhishi-item .icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.warranty {
  width: 1200px;
  margin: 0 auto;
  padding: 0 66px;
}
.warranty::before,
.warranty::after {
  display: table;
  content: '';
}
.warranty input:focus {
  border: none;
  outline: none;
}
.warranty .warranty-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  background-color: #fff;
  height: 592px;
  display: flex;
  border-radius: 5px;
}
.warranty .warranty-1 .xuanchuan {
  width: 530px;
  height: 100%;
}
.warranty .warranty-1 .login {
  padding-top: 119px;
  padding-left: 116px;
  margin-bottom: 63px;
}
.warranty .warranty-1 .login .title {
  color: #1E2223;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 63px;
}
.warranty .warranty-1 .login .logo-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  color: #000;
}
.warranty .warranty-1 .login .logo-item .input {
  width: 292px;
  height: 54px;
  background: #EFF0F4;
  border-radius: 3px;
  margin-left: 17px;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
}
.warranty .warranty-1 .login .submit {
  width: 291px;
  line-height: 53px;
  background: #E21E1F;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 75px;
}
.warranty .warranty-2 {
  padding-top: 115px;
}
.warranty .warranty-2 h3 {
  font-size: 39px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  text-align: center;
  margin-bottom: 84px;
}
.warranty .warranty-2 .input {
  display: block;
  width: 584px;
  margin: 0 auto 16px;
  padding: 0 35px;
  line-height: 48px;
  border-bottom: 1px solid #000;
}
.warranty .warranty-2 .submit {
  width: 179px;
  line-height: 47px;
  background: #22252A;
  border-radius: 3px;
  text-align: center;
  margin: 68px auto 60px;
  font-size: 15px;
  color: #FFFFFF;
}
.warranty .warranty-2 .tip {
  width: 580px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  line-height: 37px;
  margin: 0 auto;
}
.warranty .warranty-3 {
  padding-top: 80px;
  width: 674px;
  margin: 0 auto;
}
.warranty .warranty-3 .title {
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 40px;
}
.warranty .warranty-3 .input-wapper {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.warranty .warranty-3 .input-wapper .label {
  font-size: 20px;
  color: #22252A;
  margin-right: 20px;
}
.warranty .warranty-3 .input-wapper .sitg {
  width: 100px;
}
.warranty .warranty-3 .input-wapper .input {
  flex: 1;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #C2C2C2;
}
.warranty .warranty-3 .input-wapper .select-row {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.warranty .warranty-3 .input-wapper .select-row .select {
  height: 33px;
  width: 182px;
}
.warranty .warranty-3 .input-wapper .select-row .select select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #C2C2C2;
  font-size: 17px;
  color: #474a4e;
  padding-left: 21px;
  padding-right: 12px;
}
.warranty .warranty-3 .input-wapper .select-row .select select option {
  background: #fff;
}
.warranty .warranty-3 .submit {
  width: 143px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #22252A;
  border-radius: 3px;
  margin: 88px auto 60px;
}
.warranty .warranty-3 .tips {
  font-size: 20px;
  color: #000000;
  line-height: 37px;
  text-align: center;
}
.warranty .warranty-suc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  background-color: #fff;
  height: 356px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #000000;
}
.warranty .warranty-form {
  background-color: #fff;
  margin-top: 125px;
  margin-bottom: 125px;
  padding-top: 70px;
  padding-left: 286px;
  padding-bottom: 167px;
}
.warranty .warranty-form .title {
  margin-top: 70px;
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 48px;
}
.warranty .warranty-form .input-wapper {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
}
.warranty .warranty-form .input-wapper.teshu {
  padding-left: 143px;
  margin-top: -27px;
}
.warranty .warranty-form .input-wapper .label {
  width: 120px;
  font-size: 20px;
  color: #22252A;
  margin-right: 23px;
  text-align: justify;
}
.warranty .warranty-form .input-wapper .label:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.warranty .warranty-form .input-wapper .code {
  width: 286px;
  height: 40px;
  margin-right: 21px;
  background: #EFF0F4;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.warranty .warranty-form .input-wapper .btn {
  font-size: 15px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #FF0001;
  background: #FFCEC9;
  text-align: center;
  border-radius: 3px;
}
.warranty .warranty-form .input-wapper .input {
  width: 487px;
  height: 40px;
  background: #EFF0F4;
  border-radius: 3px;
  padding-left: 10px;
  line-height: 40px;
  font-size: 15px;
}
.warranty .warranty-form .input-wapper .select-row {
  width: 487px;
  height: 40px;
  display: flex;
}
.warranty .warranty-form .input-wapper .select-row .select {
  flex: 1;
  margin-right: 17px;
  height: 40px;
  background: #EFF0F4;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.warranty .warranty-form .input-wapper .select-row .select select {
  display: block;
  width: 100%;
  height: 100%;
  background: #EFF0F4;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  padding-left: 15px;
  border: unset;
}
.warranty .warranty-form .input-wapper .select-row .select:last-of-type {
  margin-right: 0;
}
.warranty .warranty-form .submit {
  margin-top: 109px;
  width: 180px;
  height: 47px;
  background: #E21E1F;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 47px;
  margin-left: 218px;
  margin-bottom: 63px;
}
.warranty .warranty-form .tips {
  font-size: 20px;
  color: #000000;
  line-height: 37px;
  text-align: center;
  margin-right: 286px;
}
.warranty .warranty-4 {
  padding-top: 150px;
}
.warranty .warranty-4 .home.btn {
  display: block;
  width: 95px;
  font-size: 20px;
  color: #000000;
  margin: 0  0 76px auto;
}
.warranty .warranty-4 .title {
  font-size: 38px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  text-align: center;
  margin-bottom: 110px;
}
.warranty .warranty-4 .text {
  font-size: 20px;
  color: #000000;
  width: 884px;
  margin: 0 auto 42px;
}
.warranty .warranty-4 .list {
  overflow: hidden;
  width: 884px;
  margin: 0 auto;
}
.warranty .warranty-4 .list .item {
  float: left;
  width: 132px;
  margin-right: 18px;
  margin-bottom: 19px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.warranty .warranty-4 .list .item:nth-of-type(6n) {
  margin-right: 0;
}
.warranty .warranty-4 .list .item .img {
  display: block;
  width: 132px;
  height: 145px;
  background: #F3F3F3;
  margin-bottom: 10px;
}
.warranty .err-tips {
  width: 314px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  box-shadow: 0px 3px 6px 0px rgba(32, 21, 18, 0.35);
  border-radius: 3px;
  padding: 35px 46px;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.warranty .err-tips .colse {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.warranty .err-tips .tip {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.quality {
  margin-top: 122px;
}
.quality .brand-wrapper {
  position: relative;
  min-width: 1200px;
}
.quality .brand-wrapper h3 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}
.quality .brand-wrapper .brand-bg {
  width: 100%;
  height: auto;
  display: flex;
}
.quality .nav-bar {
  height: 90px;
  background: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quality .nav-bar .nav {
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}
.quality .quality-body {
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.quality .quality-body h3 {
  font-size: 39px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 40px;
}
.quality .quality-body .tip {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  margin-bottom: 60px;
}
.quality .quality-body .tab-wrapper {
  width: 627px;
  height: 67px;
  background: #22252A;
  margin-bottom: 50px;
  display: flex;
}
.quality .quality-body .tab-wrapper .tab {
  height: 67px;
  flex: 1;
  line-height: 67px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border: 1px solid #22252A;
}
.quality .quality-body .tab-wrapper .tab.active {
  color: #000;
  background-color: #fff;
}
.quality .quality-body .tab-page {
  display: none;
}
.quality .quality-body .tab-page.active {
  display: block;
}
.quality .quality-body .tab-page .input {
  line-height: 48px;
  width: 627px;
  border-bottom: 1px solid #000;
  padding: 0 36px;
  font-size: 20px;
  color: #333;
  margin-bottom: 50px;
}
.quality .quality-body .tab-page .input-wrapper {
  width: 627px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.quality .quality-body .tab-page .input-wrapper .code {
  line-height: 48px;
  width: 455px;
  border-bottom: 1px solid #000;
  padding: 0 36px;
  font-size: 16px;
  color: #C2C2C2;
}
.quality .quality-body .tab-page .input-wrapper .btn {
  width: 143px;
  line-height: 38px;
  background: #C2C2C2;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
}
.quality .quality-body .tab-page .submit {
  margin: 30px auto 0;
  width: 174px;
  line-height: 47px;
  text-align: center;
  background: #22252A;
  border-radius: 24px;
  font-size: 15px;
  color: #FFFFFF;
  display: block;
}
.quality .quality-body .result {
  margin-top: 90px;
}
.quality .quality-body .result .title {
  font-size: 39px;
  font-weight: bold;
  font-family: symFont;
  color: #000000;
  margin-bottom: 48px;
  text-align: center;
}
.quality .quality-body .result .list {
  width: 545px;
  border: 1px solid #22252A;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 50px 15px 50px 90px;
}
.quality .quality-body .result .list .item {
  display: flex;
}
.quality .quality-body .result .list .item .label {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
.quality .quality-body .result .list .item .value {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
